home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / clipper / output.zip / OUTPUTM.CH next >
Text File  |  1994-07-16  |  357b  |  15 lines

  1. // File:    OUTPUTM.CH   // Command for FT_OUTPUTM()
  2. // Author:  Berend M. Tober
  3. // Date:    1994/07/12
  4. #ifndef _OUTPUTM_CH
  5.  
  6.    #xcommand OUTPUTM BLOCK <b> [COLORS <c>] TO <r>;
  7.              => <r> := FT_OUTPUTM(  <b>, <c> )
  8.  
  9.    #xcommand OUTPUTM BLOCK <b> [COLORS <c>] ;
  10.              => FT_OUTPUTM(  <b>, <c> )
  11.  
  12.    #define _OUTPUTM_CH
  13.  
  14. #endif
  15.